PRIORITY
CANMOVE;FALSE
MARINA;Hey Dispatch there's a tight crevice here, but I think I can fit.
QUERY;SQUEEZE

	DENY;SQUEEZE
	DISPATCH;Best to avoid it for now, in case you get stuck.
	SIGNAL;CURIOFALSE
	JUMP;END

	CONFIRM;SQUEEZE
	DISPATCH;Understood, you can give it a shot just make sure not to get yourself stuck.
	PLAYAUDIO;SQUEEZEGAP
	CHECK;SKINNY;1;CANFIT
	
		CONFIRM;CANFIT
		SIGNAL;CURIOTRUE
		JUMP;END

		DENY;CANFIT
		SIGNAL;CURIOFALSE
		MARINA;Got it Dispatch I'll give it my best!
		CHECK;NAKED;1;NAKED

			DENY;NAKED
			PLAYSLIDE;CreviceStuck;NORMAL
			MARINA;Dispatch I can't make it through here without flat shrooms.
			WAIT;8
			JUMP;END

			CONFIRM;NAKED
			PLAYSLIDE;CreviceStuckNaked;NORMAL
			MARINA;Dispatch I can't make it through here without flat shrooms.
			WAIT;8

CONFIRM;END
CANMOVE;TRUE
